Signed-off-by: ian.pratt@cl.cam.ac.uk
# Legacy targets for compatibility
linux24:
- $(MAKE) 'KERNELS=linux-2.4-xen0 linux-2.4-xenU' kernels
+ $(MAKE) 'KERNELS=linux-2.4*' kernels
linux26:
- $(MAKE) 'KERNELS=linux-2.6-xen0 linux-2.6-xenU' kernels
+ $(MAKE) 'KERNELS=linux-2.6*' kernels
netbsd20:
$(MAKE) netbsd-2.0-xenU-build
OS = linux
LINUX_SERIES = 2.6
+LINUX_VER = 2.6.12
EXTRAVERSION = xen
rm -rf $(LINUX_DIR)
cp -al $(<D) $(LINUX_DIR)
# Apply arch-xen patches
- ( cd linux-$(LINUX_VER)-xen-sparse ; \
+ ( cd linux-$(LINUX_SERIES)-xen-sparse ; \
./mkbuildtree ../$(LINUX_DIR) )
# Re-use config from install dir if one exits else use default config
CONFIG_VERSION=$$(sed -ne 's/^EXTRAVERSION = //p' $(LINUX_DIR)/Makefile); \
fi
-if [ -d ${DEST_BK_REP}/linux-2.4.*-xen-sparse ]
+if [ -d ${DEST_BK_REP}/linux-2.4*-xen-sparse ]
then
# this is a new style Xen repository so building is dead easy